home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
FROMUTS
/
MAKEPCX
/
source
/
h
/
getopt
next >
Wrap
Text File
|
1990-11-21
|
443b
|
21 lines
/*******************************************************************************
getopt.h
ANSI Header file for GNU getopt utility
NOT #included by getopt.c as that isn't ANSI!
Files written for ???ix probably won't need this.
*******************************************************************************/
extern int optind;
extern char *optarg;
extern int opterr;
extern int getopt ( int argc, char *argv[], char *optstring );